projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec5d09
)
libxl: <sys/signal.h> -> <signal.h>
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 13 Apr 2010 11:48:17 +0000
(12:48 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 13 Apr 2010 11:48:17 +0000
(12:48 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/libxl/xl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/xl.c
b/tools/libxl/xl.c
index 84107b0cf97ca76ba9037b6c2da806b15b674c1c..1486a5ec3b59d42a68709b2b98c18f3391aea3d7 100644
(file)
--- a/
tools/libxl/xl.c
+++ b/
tools/libxl/xl.c
@@
-26,7
+26,7
@@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
-#include <s
ys/s
ignal.h>
+#include <signal.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <arpa/inet.h>